Click or drag to resize

UserConfiguration Class

Defines a single user configuration object.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeUserConfiguration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UserConfiguration

The UserConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodUserConfiguration
Initializes a new instance of the UserConfiguration class.
Public methodUserConfiguration(UserConfigurationName)
Initializes a new instance of the UserConfiguration class.
Top
Properties
  NameDescription
Public propertyBinaryData
Contains binary data property content for a user configuration object.
Public propertyEntries
Defines a set of dictionary property entries for a user configuration object.
Public propertyItemId
Defines the user configuration object item identifier.
Public propertyName
Represents the name of a user configuration object. This element must be used when you create a user configuration object.
Public propertyXmlData
Contains XML data property content for a user configuration object.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also